method URLSearchParams.prototype.[Symbol.iterator] Usage in Denoimport { URLSearchParams } from "node:url"; URLSearchParams.prototype.[Symbol.iterator](): IterableIterator<[string, string]> Return Type IterableIterator<[string, string]>